home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-30 | 369 b | 12 lines | [TEXT/KAHL] |
- /**********************************************************************\
-
- File: util.h
-
- Purpose: This is the header file for util.c
-
- \**********************************************************************/
-
- void Mymemcpy(Ptr, Ptr, unsigned long);
- void Mymemset(Ptr, unsigned char, unsigned long);
- Boolean Mymemcompare(Ptr thisThing, Ptr thatThing, unsigned char len);
-